Skip to main content

FlowPosition Constructors

An object defining constructors for the FlowPosition class.

FlowPosition(name, workflowData, workflowCodeInstance)

Constructor for the FlowPosition class. Initializes a new instance of the FlowPosition class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


FlowPosition(name, workflowData, workflowCodeInstance)

Initializes a new instance of the FlowPosition class with a name, workflow data, and workflow code instance.

Parameters:

name (required): string
The name of the flow position.

workflowData (required): IRuntimeWorkflowData
The runtime workflow data.

workflowCodeInstance (optional): IWorkflowCode
The workflow code instance to use.


FlowPosition(name,workflowData,workflowCodeInstance)

Initializes a new instance of the FlowPosition class.

Parameters:

name (required): string
The name of the workflow object.

workflowData (required): IRuntimeWorkflowData
The runtime workflow data.

workflowCodeInstance (optional): IWorkflowCode
The workflow code instance.